projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f42aa68
)
(dired-chown-program): Replace lignux with gnu/linux.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 27 Aug 1996 17:45:29 +0000
(17:45 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 27 Aug 1996 17:45:29 +0000
(17:45 +0000)
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index 65f8a4e6dee38e6269d007f40b2a85f3ef7af324..c22e5306e1d2bb84b8b962d03209e7bb785b03bd 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-48,7
+48,7
@@
may contain even `F', `b', `i' and `s'. See also the variable
;;;###autoload
(defvar dired-chown-program
- (if (memq system-type '(hpux dgux usg-unix-v irix linux
lig
nux))
+ (if (memq system-type '(hpux dgux usg-unix-v irix linux
gnu/li
nux))
"chown"
(if (file-exists-p "/usr/sbin/chown")
"/usr/sbin/chown"